All Classes
Browse 27 classes & traits in this project. There are 11 source classes, 13 test classes, and 3 traits.
Note: As of Dec 23, 2023, only classes & traits are listed. interfaces & enums are not supported.
Source Classes (not tests)
-
AdminDashboardAddon: No description... -
Configurations: Defines configurable options. The string key of the option isuser.followed by the const's declared name.
i.e. const name_from is for key 'user.name_from' -
Hooks: No description... -
Package: No description... -
User: No description... -
BlackHole: No description... -
Lib: No description... -
Validation: protected functions must return true/false & when calling them, pass an error message as the first arg & an optional callable as the second arg.public functions are called directly and should return
$this, usually. -
EasyServer: Simple way to setup a user login system on a website -
Code: No description... -
InitializationAddon: No description...
Traits
-
Permissions: No description... -
SendEmail: Methods for sending emails -
Throttle: No description...
Test Classes
-
Tester: No description... -
Permissions: No description... -
Docs: No description... -
Throttle: No description... -
Register: No description... -
MainGui: No description... -
CompletePasswordChange: No description... -
Login: No description... -
RequestPasswordChange: No description... -
Csrf: No description... -
UserBackend: No description... -
GuiTester: No description... -
CustomMailCallable: No description...